@font-face {
  font-family: 'Rubik-Regular';
  src: url(/fonts/rubik-regular.ttf) format('truetype'), url(/fonts/rubik-regular.eot) format('eot'), url(/fonts/rubik-regular.woff) format('woff'), url(/fonts/rubik-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Rubik-Medium';
  src: url(/fonts/rubik-medium.ttf) format('truetype'), url(/fonts/rubik-medium.eot) format('eot'), url(/fonts/rubik-medium.woff) format('woff'), url(/fonts/rubik-medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Rubik-Light';
  src: url(/fonts/rubik-light.ttf) format('truetype'), url(/fonts/rubik-light.eot) format('eot'), url(/fonts/rubik-light.woff) format('woff'), url(/fonts/rubik-light.woff2) format('woff2');
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url(/fonts/oswald-bold.ttf) format('truetype'), url(/fonts/oswald-bold.eot) format('eot'), url(/fonts/oswald-bold.woff) format('woff'), url(/fonts/oswald-bold.woff2) format('woff2');
}
body {
  font-family: "Rubik-Regular";
  max-width: 1920px;
  margin: 0 auto;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1330px;
}
#header {
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;background-color:rgba(255,255,255,1);
   -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 2x rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top {
  line-height: 60px;
  height: 60px;
}
#header .h-top .left {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  vertical-align: middle;
}
#header .h-top .right {
  text-align: right;
  vertical-align: middle;
}
#header .h-top .right ul li {
  display: inline-block;
  width: 35px;
  vertical-align: middle;
  margin-left: 15px;
  line-height: normal;
}
#header .nav .ui.menu .nav-box {
  display: block;
  line-height:90px;
  height:90px;
  padding: 0 25px;
  background-color:rgba(255,255,255,0);
  border-radius:0px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 ppx rgba(0, 0, 0, 0.15);
}
#header .nav .ui.menu .logo {
  margin-left: 0;
  margin-right: auto;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .box {
  float: right;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 20px;
  font-size: 18px;
  color: black;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s color;
  -moz-transition: .5s color;
  -ms-transition: .5s color;
  -o-transition: .5s color;
  transition: .5s color;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #01319d;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 220px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #01319d;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height:30px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #01319d;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  line-height: 20px;
  border-left: 2px solid black;
}
#header.active {
  margin-top: 0px;
}
#header.active .nav .ui.menu .nav-box {
  line-height: 80px;
  height: 80px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #01319d;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #01319d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #01319d;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
/*table {
  width: 100% !important;
	height:auto !important;
  margin-bottom: 20px;
  word-break: break-word;
}
table tr {
	width:auto !important;
	height:auto !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
	height:auto !important;
}*/
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #01319d;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #01319d !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #01319d;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #01319d;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#index-body i.t {
  display: block;
  font-size: 24px;
  color: #01319d;
  text-transform: uppercase;
}
#index-body i.t img {
  display: block;
}
#index-body h2 {
  font-size:32px;
  color: black;
  text-transform: uppercase;
font-family: "Rubik-Medium";
}
#index-body h2 em {
  color: #ff660c;
}
#index-body .init-1 {
  padding: 90px 0 80px;
}
#index-body .init-1 ul {
  margin: 0 -25px;
}
#index-body .init-1 ul li {
  padding: 0 25px;
  border-left: 1px solid #e5e5e5;
}
#index-body .init-1 ul li .content {
  position: relative;
  padding-left: 90px;
}
#index-body .init-1 ul li .content i {
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .init-1 ul li .content h3 {
  display: block;
  font-family: "Oswald-Bold";
  font-size: 48px;
  color: black;
  line-height: 40px;
}
#index-body .init-1 ul li .content h3 small {
  font-size: 30px;
  font-family: "Rubik-Regular";
  margin-left: 5px;
}
#index-body .init-1 ul li .content h3 small sup {
  font-size: 50%;
}
#index-body .init-1 ul li .content p {
  display: block;
  font-size: 16px;
  color: black;
  line-height: 24px;
  margin-top: 15px;
}
#index-body .init-1 ul li:first-child {
  border-left: none;
}
#index-body .init-2 {
  background: #e6ebf3 url("../images/init-2-bg.png") left bottom 50px no-repeat;
}
#index-body .init-2 .left {
  vertical-align: middle;
  text-align: right;
}
#index-body .init-2 .left .content {
  max-width: 650px;
  width: 100%;
  display: inline-block;
  text-align: left;
  padding-right: 50px;
}
#index-body .init-2 .left .content .h2 {
  font-size: 20px;
  font-family: "Rubik-Medium";
  text-transform: uppercase;
  color: black;
  display: block;
}
#index-body .init-2 .left .content .text {
  display: block;
}

#index-body .init-2 .left .content .text h3 {
  font-size: 24px;
  font-family: "Rubik-Medium";
  text-transform: uppercase;
  color: black;
  display: block;
}
#index-body .init-2 .left .content .text p {
  display: block;
  font-size: 16px;
  color: black;
  line-height: 24px;
  padding-top:0px;
}
#index-body .init-2 .left .content a.more {
  display: inline-block;
  line-height:50px;
  height:50px;
  padding: 0 35px;
  font-size: 16px;
  color: white;
  background: #01319d;
  position: relative;
  text-align: center;
  margin-top:30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .left .content a.more i {
  height: 100%;
  width: 50px;
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  
  border-left: 1px solid white;
}
#index-body .init-2 .left .content a.more i img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
#index-body .init-2 .left .content a.more:hover {
  background: black;
}
#index-body .init-2 .right {
  vertical-align: middle;
	position:relative;
}
#index-body .init-2 .right .play {
	position:absolute;
	top:50%;
	left:50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	width:100px;
	height:100px;
	background:url('../images/icon-play.png') center center no-repeat;
	background-size: cover;
	cursor:pointer;
	cursor:hand;
}
#index-body .init-3 {
  text-align: center;
  padding:80px 0 100px;
}
#index-body .init-3 .top {
  display: block;
}
#index-body .init-3 .top i {
  text-align: center;
}
#index-body .init-3 .top i img {
  display: block;
  margin: 0 auto;
}
#index-body .init-3 .top .box {
	padding-top:30px;
}
#index-body .init-3 .top .box ul li {
	background:#01319d;
}
#index-body .init-3 .top .box ul li .left {
	width:65%;
	vertical-align:middle;
}
#index-body .init-3 .top .box ul li .right {
	width:35%;
	vertical-align:middle;
	padding:0 40px;
	color:white;
	text-align:left;
}
#index-body .init-3 .top .box ul li .right h4 {
	font-size:24px;
	font-family:'Rubik-Medium';
}
#index-body .init-3 .top .box ul li .right p {
	display:block;
	font-size:16px;
	line-height:24px;
	font-family:'Rubik-Light';
	margin:25px 0 50px;
}
#index-body .init-3 .top .box ul li .right a.more {
	display:inline-block;
	line-height:46px;
	height:46px;
	padding:0 20px;
	border:1px solid white;
	font-size:16px;
	font-family:'Rubik-Light';
}
#index-body .init-3 .top .box ul li .right a.more img {
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
}
#index-body .init-3 .top .box .slick-arrow {
	position:absolute;
	left:55%;
	bottom:25px;
	width:40px;
	height:40px;
	border:none;
	background-size:100% 100%;
	background-color:transparent;
	cursor:pointer;
	z-index:1;
	font-size:0;
	color:transparent;
}
#index-body .init-3 .top .box .slick-arrow.slick-prev {
	margin-left:-25px;
	background-image:url('../images/icon-arrow-left.png');
}
#index-body .init-3 .top .box .slick-arrow.slick-next {
	margin-left:25px;
	background-image:url('../images/icon-arrow-right.png');
}
#index-body .init-3 .bottom {
  padding-top: 20px;
	position:relative;
}
#index-body .init-3 .bottom ul {
	margin:-10px;
}
#index-body .init-3 .bottom ul li {
	padding:10px; 
}

#index-body .init-3 .bottom ul li a {
	display:block;
}
#index-body .init-3 .bottom ul li a h5 {
	font-size:18px;
	color:white;
	text-align:center;
	line-height:56px;
	height:56px;
	background:rgba(0,0,0,.6);
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	font-family:'Rubik-Light';
	z-index:1;
}
#index-body .init-4 {
  padding:60px 0 50px;
  background: url("../images/init-4-bg.jpg") center;
}
#index-body .init-4 .top {
  max-width: 50%;
}
#index-body .init-4 .top p {
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.7);
}
#index-body .init-4 .bottom {
  padding-top: 40px;
}
#index-body .init-4 .bottom ul {
  margin: 0 -15px;
}
#index-body .init-4 .bottom ul li {
  padding: 25px 15px;
  position: relative;
}
#index-body .init-4 .bottom ul li a {
  display: block;
}
#index-body .init-4 .bottom ul li a img {
  display: block;
  margin: 0 auto;
}
#index-body .init-4 .bottom ul li a h3 {
  display: block;
  text-align: center;
  font-size: 16px;
  color: black;
  line-height: 25px;
  margin-top: 10px;
}
#index-body .init-4 .bottom ul .slick-slide:nth-child(odd) li {
  top: -25px;
}
#index-body .init-4 .bottom ul .slick-slide:nth-child(even) li {
  top: 25px;
}
#index-body .init-4 .bottom ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 60px;
  color: transparent;
  border: 1px solid black;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}
#index-body .init-4 .bottom ul .slick-arrow:hover {
  background-color: #04224f;
}
#index-body .init-4 .bottom ul .slick-arrow.slick-prev {
  background-image: url("../images/icon-btn-l-1.png");
  left: -45px;
}
#index-body .init-4 .bottom ul .slick-arrow.slick-prev:hover {
  background-image: url("../images/icon-btn-l-2.png");
}
#index-body .init-4 .bottom ul .slick-arrow.slick-next {
  background-image: url("../images/icon-btn-r-1.png");
  right: -45px;
}
#index-body .init-4 .bottom ul .slick-arrow.slick-next:hover {
  background-image: url("../images/icon-btn-r-2.png");
}
#index-body .init-5 {
  padding: 55px 0 20px;
}
#index-body .init-5 .left {
  vertical-align: bottom;
  padding-bottom: 40px;
  padding-right: 15px;
}
#index-body .init-5 .left h2 {
  text-transform: none;
}
#index-body .init-5 .left p {
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 27px;
  padding-top: 35px;
}
#index-body .init-5 .left .num-list {
  display: block;
  padding-top: 60px;
}
#index-body .init-5 .left .num-list ul {
  margin: 0 -15px;
}
#index-body .init-5 .left .num-list ul li {
  padding: 0 15px;
}
#index-body .init-5 .left .num-list ul li h3 {
  display: block;
  color: #0d49a3;
  font-size: 48px;
  font-family: "Oswald-Bold";
  line-height: 40px;
}
#index-body .init-5 .left .num-list ul li h3 small {
  display: block;
  font-size: 16px;
  font-family: "Rubik-Regular";
  margin-top: 10px;
  line-height: normal;
  color: black;
}
#index-body .init-5 .left .num-list ul li p {
  display: block;
  padding-top: 0;
  font-size: 18px;
  font-family: "Rubik-Medium";
}
#index-body .init-5 .right {
  vertical-align: middle;
}
#index-body .init-6 {
  text-align: center;
  background: url("../images/init-6-bg.jpg") center no-repeat;
  /*padding: 25px 0 45px;*/
  height: 220px;
  position: relative;
}
/*#index-body .init-6:after {
  content: '';
  width: 100%;
  height: 60%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
}*/
#index-body .init-6 .ui {
  z-index: 1;
}
#index-body .init-6 i.t img {
  display: block;
  margin: 0 auto;
}
#index-body .init-6 p {
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  padding: 20px 0 30px;
}
#index-body .init-6 .box ul {
  margin: 0 -15px;
}
#index-body .init-6 .box ul li {
  padding: 0 15px;
}
#index-body .init-6 .box ul li a {
  display: block;
  border: 1px solid #e5e5e5;
  background: white;
  line-height: 120px;
  height: 120px;
  padding: 0 10px;
  text-align: center;
}
#index-body .init-6 .box ul li a img {
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  filter: brightness(0);
  opacity: .7;
}
#index-body .init-6 .box ul li a:hover img {
  filter: brightness(100%);
}
#index-body .init-6 a.more {
  display: inline-block;
  margin: 35px auto 0;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border: 1px solid white;
  color: white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-6 a.more:hover {
  background: #01319d;
}
#index-body .init-7 {
  padding: 45px 0 65px;
  text-align: center;
}
#index-body .init-7 i.t img {
  display: block;
  margin: 0 auto;
}
#index-body .init-7 p {
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 10px;
}
#index-body .init-7 .box {
  padding-top: 50px;
}
#index-body .init-7 .box ul {
  margin: 0 -15px;
}
#index-body .init-7 .box ul li {
  padding: 0 15px;
}
#index-body .init-7 .box ul li .box2 {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
  border: 1px solid #ededed;
}
#index-body .init-7 .box ul li .box2 a.img-box {
  display: block;
  border-bottom: 3px solid #0d49a3;
  border-radius: 10px;
}
#index-body .init-7 .box ul li .box2 a.img-box img {
  width: 100%;
}
#index-body .init-7 .box ul li .box2 .content {
  display: block;
  padding: 40px 25px 30px;
}
#index-body .init-7 .box ul li .box2 .content h3 {
  display: block;
  font-size: 24px;
  color: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 30px;
  font-family: "Rubik-Medium";
overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#index-body .init-7 .box ul li .box2 .content h3:hover {
  color: #01319d;
}
#index-body .init-7 .box ul li .box2 .content p {
  display: block;
  margin: 15px 0;
  font-size: 16px;
  color: #999;
  line-height: 30px;
}
#index-body .init-7 .box ul li .box2 .content time {
  display: block;
  font-size: 14px;
  color: #999;
}
#index-body .init-7 .box ul li .box2 .content time i {
  font-size: 12px;
  margin-top: -2px;
  margin-right: 5px;
}
#footer {
  background: #121212;
}
#footer .footer-top {
  display: block;
  padding: 45px 0 25px;
  position: relative;
  border-bottom: 1px solid #212121;
}
#footer .footer-top ul {
  margin: 0 -15px;
}
#footer .footer-top ul li {
  padding: 0 15px;
  text-align: center;
  vertical-align: middle;
}
#footer .footer-top ul li:nth-child(1) {
  width: 44%;
}
#footer .footer-top ul li:nth-child(2) {
  width: 25%;
}
#footer .footer-top ul li:nth-child(3) {
  width: 30%;
}
#footer .footer-top ul li:nth-child(2) img {
	display:block;
	width:18px;
}
#footer .footer-top ul li:nth-child(2) .box {
	padding-left:30px;
}
#footer .footer-top ul li:nth-child(2) img.mob {
	width:12px;
	margin-top:22px;
	margin-left:3px;
}
#footer .footer-top ul li .box {
  display: inline-block;
  padding-left: 60px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
  position: relative;
  max-width: 390px;
  margin: 0 auto;
  text-align: left;
}
#footer .footer-top ul li .box i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer .footer-top #gotop {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  text-align: center;
  background: #ff660c;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  position: absolute;
  bottom: -28px;
  right: 5%;
  line-height: 18px;
  padding-top: 10px;
  cursor: pointer;
  cursor: hand;
}
#footer .footer-center {
  padding: 50px 0;
}
#footer .footer-center .left {
  width: 28%;
  vertical-align: top;
  padding-right: 15px;
  padding-right:2%;
  border:0px solid #f60;
}
#footer .footer-center .left .f-logo {
  display: block;
  padding-left:0%;
  margin-bottom:5px;
  margin-top:18px;
}
#footer .footer-center .left p {
  display: block;
  font-family: "Rubik-Light";
  line-height: 24px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
#footer .footer-center .left .share {
  display: block;
  padding-top: 30px;
}
#footer .footer-center .left .share ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background: #cdd0d8;
  color: #222;
  font-size: 14px;
  margin: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-center .left .share ul li a {
  display: block;
}
#footer .footer-center .left .share ul li:hover {
  color: white;
  background: #01319d;
}
#footer .footer-center .right {
  width: 69%;
  vertical-align: middle;
  padding-left: 15px;
  padding-top: 30px;
  border:0px solid #f60;
}
#footer .footer-center .right ul li {
  padding: 0 15px;
}
#footer .footer-center .right ul li:nth-child(1) {
  width: 24%;
}
#footer .footer-center .right ul li:nth-child(2) {
  width: 24%;
}
#footer .footer-center .right ul li:nth-child(3) {
  width:24%;
}
#footer .footer-center .right ul li:nth-child(4) {
  width:22%;
}
#footer .footer-center .right ul li:nth-child(5) {
  width:15%;
}
#footer .footer-center .right ul li dl dt {
  color: white;
  font-size: 18px;
  font-family: "Rubik-Medium";
  text-transform: uppercase;
  padding-bottom: 15px;
}
#footer .footer-center .right ul li dl dd {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 27px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-center .right ul li dl dd:hover {
  text-decoration: underline;
  color: white;
}
#footer .footer-bottom {
  padding: 20px 0;
  text-align: center;
  background: #000;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Rubik-Light";
  text-transform: uppercase;
}
#footer .footer-bottom p {
  display: inline-block;
  margin: 0 10px;
}
#footer .footer-bottom a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom a:hover {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 1500px) {
  #header .h-top {
    height: 40px;
    line-height: 40px;
  }
  #header .nav .ui.menu .nav-box {
    height: 80px;
    line-height: 80px;
  }
  #header.active {
    margin-top: -40px;
  }
  #index-body .init-1 ul li .content h3,
  #index-body h2 {
    font-size: 40px;
  }
  #index-body .init-2 .left .content a.more {
    line-height: 50px;
    height: 50px;
    margin-top: 30px;
  }
  #index-body .init-2 .left .content .text p {
    padding-top: 15px;
  }
  #index-body .init-3 .top .nav-list {
    padding-top: 30px;
  }
  #index-body .init-4 .bottom ul .slick-arrow {
    background-color: white;
  }
  #index-body .init-4 .bottom ul .slick-arrow.slick-next {
    right: 0;
  }
  #index-body .init-4 .bottom ul .slick-arrow.slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    width: 1200px;
  }
  #header .nav .ui.menu .nav-box,
  #header.active .nav .ui.menu .nav-box {
    height: 60px;
    line-height: 60px;
  }
  #header .nav .ui.menu .logo img {
    height: 40px;
  }
  #index-body .init-1 {
    padding: 60px 0;
  }
  #index-body .init-1 ul li .content h3,
  #index-body h2 {
    font-size: 34px;
  }
  #index-body .init-2 .left {
    padding: 0 15px;
  }
  #index-body .init-2 .left .content {
    padding-right: 0;
  }
  #index-body .init-2 .left .content a.more {
    margin-top: 10px;
  }
  #index-body .init-2 .left .content .text p {
    padding-top: 5px;
  }
  #index-body .init-1 ul li {
    padding: 0 15px;
  }
  #index-body .init-1 ul {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }
  #header .h-top .left {
    white-space: nowrap;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin: 0 20px;
  }
  #index-body .init-1 ul li .content h3,
  #index-body h2 {
    font-size: 28px;
  }
  #index-body .init-1 ul li .content p {
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px;
  }
  #index-body .init-1 ul li .content {
    padding-left: 60px;
  }
  #index-body .init-1 ul li .content i {
    width: 50px;
  }
  #index-body .init-2 .left .content .text p:last-child {
    display: none;
  }
  #index-body .init-3 .bottom ul li,
  #index-body .init-1 ul li,
  #index-body .init-3 .top .nav-list ul li,
  #index-body .init-7 .box ul li {
    padding: 5px;
  }
  #index-body .init-3 .bottom ul,
  #index-body .init-1 ul,
  #index-body .init-3 .top .nav-list ul,
  #index-body .init-7 .box ul {
    margin: -5px;
  }
  #index-body .init-3 {
    padding: 60px 0;
  }
  #index-body .init-4 .bottom ul li {
    padding: 25px 5px;
  }
  #index-body .init-4 .bottom ul {
    margin: 0 -5px;
  }
  #index-body .init-5 .left p {
    padding-top: 15px;
  }
  #index-body .init-5 .left .num-list ul li p {
    font-size: 14px;
  }
  #index-body .init-5 .left .num-list {
    padding-top: 40px;
  }
  #index-body .init-5 .left .num-list ul li h3 {
    font-size: 40px;
  }
  #index-body .init-6 .box ul li a {
    height: 90px;
    line-height: 90px;
  }
  #index-body .init-7 .box ul li .box2 .content {
    padding: 20px 15px;
  }
  #index-body .init-7 .box ul li .box2 .content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  #index-body .init-7 .box ul li .box2 .content p {
    font-size: 14px;
    line-height: 24px;
  }
  #footer .footer-top ul li:nth-child(1) {
    width: 39%;
  }
  #footer .footer-top ul li:nth-child(2) {
    width: 30%;
  }
  #footer .footer-center .left {
    padding-right: 3%;
  }
  #footer .footer-center {
    padding: 30px 0;
  }
  #index-body .init-1 ul li .content h3 small {
    font-size: 24px;
  }
  #index-body .init-3 .bottom ul li .box .btn a.search,
  #index-body .init-3 .bottom ul li .box .btn a.link {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #index-body .init-3 .bottom ul li .box .btn a.search img,
  #index-body .init-3 .bottom ul li .box .btn a.link img {
    width: 15px;
  }
  #index-body .init-3 .bottom ul li .box .btn h3 {
    font-size: 14px;
    margin-top: 5px;
  }
	#index-body .init-3 .top .box ul li .right p {
		margin:15px 0;
		font-size:14px;
	}
	#index-body .init-3 .top .box ul li .right h4 {
		font-size:20px;
	}
	#index-body .init-3 .top .box ul li .right a.more {
		line-height:34px;
		height:34px;
		font-size:14px;
	}
	#index-body .init-3 .top .box ul li .right {
		padding:0 15px;
	}
	#index-body .init-3 .bottom ul li a h5 {
		font-size:16px;
		line-height:40px;
		height:40px;
	}
}
@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #index-body .init-2 .left {
    width: 100%;
    padding: 30px 15px;
    text-align: left;
  }
  #index-body .init-2 .right {
    width: 100%;
  }
  #index-body .init-2 .left .content a.more {
    line-height: 40px;
    height: 40px;
  }
  #index-body .init-1 ul li .content h3,
  #index-body h2 {
    font-size: 24px;
  }
  #index-body .init-1 ul li .content h3 small {
    font-size: 18px;
  }
  #index-body .init-3 .top .nav-list ul li a {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  #index-body .init-4 .bottom ul .slick-slide:nth-child(even) li {
    top: 0;
  }
  #index-body .init-4 .bottom ul .slick-slide:nth-child(odd) li {
    top: 0;
  }
  #index-body .init-4 .bottom ul li {
    padding: 0 5px;
  }
  #index-body .init-4 .bottom {
    padding-top: 30px;
  }
  #index-body .init-5 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-5 .right {
    width: 100%;
  }
  #index-body .init-6 a.more {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
  }
  #index-body .init-7 .box ul li .box2 .content p {
    margin: 5px 0;
  }
  #footer .footer-top {
    display: none;
  }
  #footer .footer-center .right ul li:nth-child(4) {
    display: none;
  }
  #footer .footer-center .left {
    width: 100%;
    padding-right: 0;
    text-align:left;
  }
  #footer .footer-center .left .f-logo {
    padding-left: 0;
  }
  #footer .footer-center .right {
    width: 100%;
    padding-left: 0;
    padding-right: 30px;
  }
  #footer .footer-center .right ul li {
    width: 33.333% !important;
  }
  #footer .footer-bottom {
    padding: 15px 0;
    font-size: 13px;
  }
  #index-body .init-2 .left .content .text h3 {
    font-size: 18px;
  }
	#index-body .init-2 .right .play {
		width:60px;
		height:60px;
	}
	#index-body .init-3 .top .box ul li .left {
		width:100%;
	}
	#index-body .init-3 .top .box ul li .right {
		width:100%;
		padding:40px 20px;
	}
	#index-body .init-3 .top .box .slick-arrow {
		display:none !important;
	}
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  #index-body .init-1 ul li {
    width: 100%;
    padding: 10px 0;
    border-left: none;
  }
  #index-body .init-1 ul li .content {
    padding-left: 80px;
  }
  #index-body .init-1 {
    padding: 30px 0;
  }
  #index-body .init-2 .left .content .text h3 {
    margin-top: 15px;
  }
  #index-body .init-3 .top .nav-list {
    display: none;
  }
  #index-body .init-4 .top {
    max-width: none;
  }
  #index-body .init-4 .bottom ul li a h3 {
    font-size: 14px;
    margin-top: 5px;
  }
  #index-body .init-5 {
    padding: 40px 0 20px;
  }
  #index-body .init-3 {
    padding: 30px 0;
  }
  #index-body .init-3 .bottom {
    padding-top: 20px;
  }
  #index-body .init-5 .left .num-list ul li {
    width: 33.333%;
  }
  #index-body .init-6 .box ul li {
    padding: 0 5px;
  }
  #index-body .init-6 .box ul {
    margin: 0 -5px;
  }
  #index-body .init-7 {
    padding: 40px 0;
  }
  #footer .footer-center .right ul li {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-5 .left .num-list ul {
    text-align: center;
  }
  #index-body .init-5 .left .num-list ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  #index-body .init-5 .left {
    text-align: center;
  }
  #index-body .init-5 .left i.t img {
    display: block;
    margin: 0 auto;
  }
  #index-body .init-5 .left .num-list ul li h3 {
    font-size: 28px;
  }
  #index-body .init-5 .left .num-list ul li h3 small {
    margin-top: 5px;
  }
}


.inner-banner{
  padding-top: 250px;
  color: #fff;
  text-align: center;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/inner-banner.jpg");
  background-size: cover;
}

.inner-banner .inner-tit {
  font-size: 45px;
  text-transform: uppercase;
}
.inner-banner .bread-crumbs a,
.inner-banner .bread-crumbs span {
  font-size:16px;
  color: #fff;
}
.inner-banner .bread-crumbs a:hover {
  color: #01319d;
}
.inner-page {
  padding: 55px 0 80px;
  position: relative;
  z-index: 1;
}
.inner-page .grid {
  display: inline-block;
  width: 100%;
}
.inner-page .grid > .sideBar.wide.column {
  width: 22%!important;
  float: left;
}
.inner-page .grid > .sideBar.wide.column .side-tit {
  color: #000000;
  margin-bottom:18px;
}
.inner-page .grid > .sideBar.wide.column .side-tit h2 {
  font-size:30px;
  line-height: 1em;
}
.inner-page .grid > .sideBar.wide.column .side-tit span {
  font-size: 14px;
}
.inner-page .grid > .sideBar.wide.column .side-tit span a {
  color: #000;
}
.inner-page .grid > .sideBar.wide.column .side-menu {
  margin-bottom: 64px;
}
.inner-page .grid > .sideBar.wide.column .side-menu li a {
  color: #000000;
  font-size: 16px;
  display: block;
  height: 40px;
  line-height: 40px;
  background: #efefef;
  padding-left: 19px;
  margin-bottom: 2px;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
	font-weight:bold;
}
.inner-page .grid > .sideBar.wide.column .side-menu li li a {
  padding-left: 35px;
  position:relative;
	font-weight:normal;
	font-size: 14px;
}
.inner-page .grid > .sideBar.wide.column .side-menu li li a:after {
  content:'';
  width:5px;
  height:1px;
  background:#222;
  position:absolute;
  top:50%;
  left:19px;
  display:block;
}
.inner-page .grid > .sideBar.wide.column .side-menu li a:hover,
.inner-page .grid > .sideBar.wide.column .side-menu li a.active {
  background: #01319d;
  color: #ffffff;
}
.inner-page .grid > .sideBar.wide.column .side-menu li a:hover:after,
.inner-page .grid > .sideBar.wide.column .side-menu li a.active:after {
  background:#fff;
}
.inner-page .grid > .sideBar.wide.column .side-contact {
  padding: 40px 24px 40px 16px;
  background: #efefef;
  margin-bottom:30px;
}
.inner-page .grid > .sideBar.wide.column .side-contact p {
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  margin-top: 25px;
}
.inner-page .grid > .sideBar.wide.column .side-contact p:first-child {
  margin-top: 0;
}
.inner-page .grid > .sideBar.wide.column .side-contact p a {
  color: #000000;
}
.inner-page .grid > .sideBar.wide.column .side-contact .side-social {
  margin-top: 16px;
}
.inner-page .grid > .sideBar.wide.column .side-contact .side-social a {
  display: inline-block;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #272636;
  color: #efefef;
}
.inner-page .grid > .sideBar.wide.column .side-contact .side-social a .icon {
  margin-right: 0;
}
.inner-page .grid > .sideBar.wide.column .side-contact .side-social a:hover {
  background: #01319d;
  color: #fff;
}
.inner-page .inner-tit {
  color: #000000;
  font-size: 40px;
  text-transform: uppercase;
}
.inner-page .inner-txt {
  color: #000000;
  font-size: 16px;
  line-height: 35px;
}
.inner-page .grid > .page-rightBar.wide.column {
  width: 78%!important;
  padding-left: 3.1rem!important;
  float: right;
}
.prodetFeedback {
  padding: 70px 0 100px;
  background: #fff;
  display: inline-block;
  width: 100%;
}
.prodetFeedback .ptForm {
  margin-top: 83px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 500;
  margin-bottom: 0;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #3d3d3d;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #bfbfbf;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #01319d;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #01319d;
}
.prodetFeedback .ptForm .fbBot .yzm-box {
  margin-top: 40px;
}
.prodetFeedback .ptForm .fbBot .yzm-box label {
  display: block;
}
.prodetFeedback .ptForm .fbBot .yzm-box input {
  max-width: 397px;
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbBot .yzm-box input:focus {
  height: 43px;
  border-bottom: 3px solid #01319d;
}
.prodetFeedback .ptForm .fbBot .yzm-box img {
  display: inline-block;
}
.prodetFeedback .ptForm input[type="submit"] {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: capitalize;
  font-size: 16px;
  width: 288px;
  height: 53px;
  border: none;
  background: #01319d;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.product-page .page-rightBar {
  /*margin-top: 83px;*/
}
.product-page .page-rightBar h3{
font-size:30px;
color:#ff6d19;
margin:-10px 0px 0px 0px;
border:0px solid #ddd;
}
.product-page .page-rightBar h3 hr{
border:1px solid #ddd; width:100%; margin-bottom:0px;
}

.about-page {
  padding-bottom: 0;
}
.about-page .page-rightBar {
  /*margin-top: 83px;*/
}
.about-page .page-rightBar h3{
font-size:30px;
color:#ff6d19;
margin:-10px 0px 0px 0px;
border:0px solid #ddd;
}
.about-page .page-rightBar h3 hr{
border:1px solid #ddd; width:100%; margin-bottom:24px;
}
.about-page .about-article .video-box {
  margin-bottom: 77px;
}
.about-page .about-article .video-box span {
  margin-top: 9px;
  color: #000000;

  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.about-page .about-article  p {
font-size:16px;
color:#444;
line-height:28px;
font-weight:normal;
}
.about-page .about-article .video-box span .icon {
  font-size: 24px;
  vertical-align: middle;
}
.about-page .about-article h1 {
  margin-bottom: 33px;
}
.about-page .about-article .flbox {
  margin-top: 61px;
}
.about-page .a-factory {
  margin-top: 86px;
  margin-bottom: 0;
}
.about-page .a-factory .head-box {
  margin-bottom: 39px;
}
.about-page .a-factory .bot-box {
  padding: 63px 0 49px;
  background: #383838;
}
.about-page .a-factory .bot-box li .con-box .tit a {
  overflow: visible;
  color: #ffffff;
}
.about-page .a-factory .bot-box li .con-box .more {
  margin-top: 17px;
  display: inline-block;
  color: #ffffff;
}
.product-yd-page {
  padding: 0;
}
.product-yd-page .procat-box {
  background: #ececec;
  padding: 47px 0 45px;
}
.product-yd-page .procat-box > .container > .grid .cat-con {
  width: 63.5%!important;
}
.product-yd-page .procat-box > .container > .grid .cat-con .tit a {
  color: #000000;
  font-size: 38px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-yd-page .procat-box > .container > .grid .cat-con .abst {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  margin: 54px 0 88px;
}
.product-yd-page .procat-box > .container > .grid .cat-con .more {
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: block;
  width: 219px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #fff;
}
.product-yd-page .procat-box > .container > .grid .cat-con .more:hover {
  background: #01319d!important;
  color: #fff;
}
.product-yd-page .procat-box > .container > .grid .cat-pic {
  width: 36.5%!important;
  text-align: right;
}
.product-yd-page .procat-box > .container > .grid .cat-pic a {
  display: inline-block;
}
.product-yd-page .procat-box:nth-of-type(2n) {
  background: #fff;
}
.product-yd-page .procat-box:nth-of-type(2n) > .container > .grid .cat-con .more {
  background: #ececec;
}
/*.cat-box {
  margin-bottom: 50px;
}*/
.cat-box .intro {
  color: #000000;
  font-size: 16px;
  line-height: 23px;
}
.cat-box .return {
  color: #000000;
  font-size: 32px;
  text-transform: uppercase;
  margin-top: 10px;
  cursor: pointer;
}
.cat-box .return .icon {
  margin-right: 0;
  margin-left: 5px;
}
.pro-advantage {
  margin-top: 54px;
}
.pro-advantage .advan-list {
  margin-top: 53px;
}
.pro-advantage .advan-list .item {
  background: #fbfbfb;
}
.pro-advantage .advan-list .item:nth-of-type(2n) {
  background: #efefef;
}
.pro-advantage .advan-list .item .grid {
  display: table;
  height: 386px;
  width: 100%;
}
.pro-advantage .advan-list .item .grid .advan-pic,
.pro-advantage .advan-list .item .grid .advan-con {
  vertical-align: middle;
  display: table-cell;
}
.pro-advantage .advan-list .item .grid .advan-pic {
  width: 21.2%!important;
}
.pro-advantage .advan-list .item .grid .advan-con {
  width: 78.8%!important;
}
.pro-advantage .advan-list .item .grid .advan-con .tit {
  margin-bottom: 20px;
  color: #000000;
  font-size: 28px;
  text-transform: uppercase;
}
.pro-advantage .advan-list .item .grid .advan-con .abst {
  color: #000000;
  font-size: 16px;
  line-height: 34px;
}
.pro-advantage .advan-list .item .grid .advan-con .abst em,
.pro-advantage .advan-list .item .grid .advan-con .abst span {
  display: block;
}
.pro-advantage .advan-list .item .grid .advan-con .abst em {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -6px;
}
.pro-advantage .advan-list .item .grid .advan-con .abst span {
  margin-bottom: 12px;
}
.pro-advantage .advan-list .item .grid .advan-con .abst span:last-child {
  margin-bottom: 0;
}
.product-page.lg-page{
  padding-bottom:50px;
}
.product-page .pro-list{
margin-top:0px;
}
.product-page .pro-list li {
	padding:10px;
	font-size: 14px;
   line-height: 25px;
}
.product-page .pro-list ul {
	margin:-10px;
}
.product-page .pro-list .slide {
	font-size:15px;
	line-height:30px;
}
.product-page .pro-list .slide ul {
	margin:0;
}
.product-page .pro-list .slide li {
	list-style:disc;
	padding:0;
	margin-left:20px;
}
.product-page .pro-list li .img-box,
.prodet-parts .swiper-wrapper .img-box{
  border: 1px solid #eee;
  display: block;
}
.prodet-parts .swiper-wrapper {
  margin: -10px;
}
.prodet-parts .swiper-wrapper .swiper-slide {
  padding: 10px;
}
.product-page .pro-list li img {
  width: 100%;
}
.product-page .pro-list li .tit {
  text-align: center;
  margin-top: 13px;
	max-height:50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-page .pro-list li .ry-box {
	position:relative;
}
.product-page .pro-list li .tit a {
  color: #000000;
  font-size: 14px;
  /*  text-transform: uppercase;*/
}
.product-page .pro-list li .ry-text {
/* 	position:absolute;
	top:0;
	left:0; */
	width:100%;
	background:#f8f8f8;
	padding:15px;
/* 	opacity:0; */
	transition:.5s;
	z-index:1;
	line-height:22px;
	font-size:13px;
}
/* .product-page .pro-list li:hover .ry-text {
	top:100%;
	opacity:1;
	z-index:3;
} */
.product-page .pro-list .post .slide {
	margin-bottom:20px;
}
.product-page .pro-list .post .slide h4 {
	font-size:20px;
	color:black;
	display:block;
	padding:5px 50px 5px 15px;
	background:#eee;
	position:relative;
	cursor:pointer;
	cursor:hand;
	transition:.5s;
}
.product-page .pro-list .post .slide h4:hover {
	background:#01319d;
	color:white;
}
.product-page .pro-list .post .slide h4:after {
	content:'+';
	position:absolute;
	right:10px;
	top:5px;
}
.product-page .pro-list .post .slide.active h4:after {
	content:'-';
}
.product-page .pro-list .post .slide .content {
	display:none;
	font-size:16px;
	line-height:28px;
	padding:20px 15px;
	color:#666;
}
.product-page .pro-list .post .slide .content .table h3 {
	cursor:pointer;
	cursor:hand;
}
.product-page .pro-list .post .slide .content .table h3 i {
	margin-left:15px;
}
.product-page .pro-list .post .slide.active .content {
	display:block;
}
.product-page .cat-box form {
	display:inline-block;
	width:100%;
	background:#efefef;
	padding:20px;
}
.product-page .cat-box form h4 {
	font-size:14px;
	color:#333;
	font-weight:bold;
}
.product-page .cat-box form ul li {
	padding:20px;
}
.product-page .cat-box form ul {
	position:relative;
	padding:15px;
	border:1px solid white
}
.product-page .cat-box form ul:after,
.product-page .cat-box form ul:before {
	content:'';
	display:block;
	position:absolute;
	background:white
}
.product-page .cat-box form ul:after {
	top:50%;
	left:0;
	width:100%;
	height:1px;
}
.product-page .cat-box form ul:before {
	left:50%;
	top:0;
	width:1px;
	height:100%;
}
.product-page .cat-box form input {
	width:280px;
	height:40px;
	border:1px solid #ccc;
	background:#f8f8f8;
	padding:5px;
	font-size:13px;
	color:#333;
	display:inline-block;
	vertical-align:middle;
	max-width:80%;
}
.product-page .cat-box form input[type="submit"] {
	width:140px;
	margin-top:20px;
	float:right;
	background:#222;
	color:white;
}
.product-page .cat-box form input[type="submit"]:hover {
	background:#01319d;
}
.product-page .cat-box form span {
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
	font-size:18px;
	color:#999;
}
.product-page .cat-box form .right {
	text-align:right;
}
.product-page .cat-box form .right .box {
	display:inline-block;
	text-align:left;
}
.product-page .cat-box form input.xh {
	width:100%;
}
.product-page .pro-list {
	padding-top:40px;
}
.product-page .pro-list table {
	padding:10px;
	background:#eee;
	border-collapse: separate;
	color:#333;
}
.product-page .pro-list table td,
.product-page .pro-list table th {
	border:none;
}
.product-page .pro-list thead tr td,
.product-page .pro-list thead tr th{
	border-bottom:1px solid white;
	border-top:1px solid #dadada;
	border-left:1px solid white;
	border-right:1px solid #dadada;
	font-size:12px;
	padding:10px 5px;
	text-align:center;
}
.product-page .pro-list thead tr:first-child td,
.product-page .pro-list thead tr:first-child th{
	border-top:none;
	font-weight:bold;
}
.product-page .pro-list thead tr td:first-child,
.product-page .pro-list thead tr th:first-child {
	border-left:none;
}
.product-page .pro-list thead tr:last-child td,
.product-page .pro-list thead tr:last-child th {
	border-bottom:none;
}
.product-page .pro-list thead tr td:last-child,
.product-page .pro-list thead tr th:last-child {
	border-right:none;
}
.product-page .pro-list table.table_list td {
	white-space:nowrap;
}
.product-page .pro-list table.table_list td:last-child,
.product-page .pro-list table.table_list td:nth-last-child(2) {
	white-space:normal;
}
.product-page .pro-list tbody {
	background:white;
	font-size:14px;
}
.product-page .pro-list tbody td,
.product-page .pro-list tbody th {
	padding:10px 5px;
/* 	text-align:center; */
	border:1px solid #ececec;
}
.table-more {
	display:inline-block;
	margin:0 auto;
	line-height:46px;
	height:46px;
	padding:0 30px;
	max-width:100%;
	width:200px;
	background:#01319d;
	color:white;
	font-size:16px;
	text-align:center;
	cursor:pointer;
	cursor:hand;
}
.product-page .pro-list tbody tr:nth-child(even) {
	background:#f8f8f8;
}
.product-page .pro-list tbody tr:hover {
	background:#01319d;
	color:white;
}
.prodet-page {
  padding-bottom: 0;
}
.prodet-page .prodet-tit {
  color: #000000;
  font-size: 40px;
  margin-bottom: 60px;
}
.prodet-page .prodet-top .prodet-pic {
  width: 47.3%;
}
.prodet-page .prodet-top .prodet-pic img {
  width: 100%;
	border:1px solid #eee;
}

.prodet-page .prodet-top .prodet-box-one {
  width: 46.7%;
}
.prodet-page .prodet-top .prodet-box-one .pro-tit {
  color: #000000;
  font-size: 36px;
}

.prodet-page .prodet-top .prodet-box-one .image-thumb {
  margin-bottom: 45px;
}
.prodet-page .prodet-top .prodet-box-one .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}
.prodet-page .prodet-top .prodet-box-one  .image-gallery li {
  margin-right: 2%;
  width: 15.5%;
  padding: 0;
}
.prodet-page .prodet-top .prodet-box-one .det {
  margin: 30px 0 30px;
}
.prodet-page .prodet-top .prodet-box-one .det p {
  color: #000000;
  font-size: 20px;
  line-height: 32px;
}
.prodet-page .prodet-top .prodet-box-one .prodet-email {
  display: block;
  width: 245px;
  height: 53px;
  background: url("../images/prodet-fb.jpg") no-repeat center;
}
.prodet-page .prodet-bot {
  margin: 130px 0 69px;
	font-size:16px;
}
.prodet-page .prodet-bot table {
	white-space:nowrap;
	overflow:auto;
	display:block;
	font-size:14px;
}
.prodet-page .prodet-bot div.text {
	padding-right:5%;
}
.prodet-page .prodet-bot div.text img {
	border:1px solid #eee;
}
.prodet-page .prodet-bot div.text ul .slick-track {
	margin-left:0;
}
.prodet-page .prodet-bot div.text ul {
	margin:-10px;
	padding-top:20px;
	letter-spacing:-4px;
}
.prodet-page .prodet-bot div.text ul li {
	width:25%;
	display:inline-block;
	padding:10px;
	letter-spacing:0;
}
.prodet-page .prodet-bot div.table table td,
.prodet-page .prodet-bot div.table table th{
	border:none;
	padding:15px
}
.prodet-page .prodet-bot div.table table {
	width:100% !important;
	display:table !important;
}
.prodet-page .prodet-bot h5 {
	font-size:20px;
	font-weight:bold;
	margin:20px 0;
}
.prodet-page .prodet-bot .wpulike-default {
	display:none !important;
}
.prodet-page .prodet-bot div.table table tr:nth-child(odd) {
	background:#f8f8f8;
}
.prodet-page .prodetFeedback {
	background:#efefef;
}
.prodet-page .prodet-bot table td[bgcolor="#0099CC"] {
	color:white;
}
.prodet-page .prodet-bot p {
  color: inherit;
  font-size: inherit;
  line-height: 26px;
}
.prodet-parts .swiper-wrapper p {
  background:#fff;
  position:relative;
  z-index:1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding:5px 10px;
}
.prodet-page .prodet-bot td,
.prodet-page .prodet-bot th {
  padding:5px 10px;
}
.prodet-page .prodet-parts .list .item {
  margin-bottom: 117px;
}
.prodet-page .prodet-parts .list .item:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-parts .list .item .img-box {
  width: 34.2%!important;
}
.prodet-page .prodet-parts .list .item .con-box {
  width: 65.8%!important;
  padding-left: 2.6rem!important;
}
.prodet-page .prodet-parts .list .item .con-box .tit {
  color: #000000;
  font-size: 28px;
  margin-bottom: 26px;
}
.prodet-page .prodet-parts .list .item .con-box .table-box table {
  width: 100%;
}
.prodet-page .prodet-parts .list .item .con-box .table-box table tr {
  vertical-align: top;
}
.prodet-page .prodet-parts .list .item .con-box .table-box table tr:first-child td {
  padding-bottom: 14px;
}
.prodet-page .prodet-parts .list .item .con-box .table-box table tr:last-child td {
  padding-top: 14px;
}
.prodet-page .prodet-parts .list .item .con-box .table-box table tr:nth-of-type(2) td {
  padding: 14px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.prodet-page .prodet-parts .list .item .con-box .table-box table tr td {
  color: #000000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.dz-page {
  padding: 0;
}
.dz-page .dz-tit {
  color: #000000;
  font-size: 30px;
  text-transform: uppercase;
}
.dz-page .dz-top {
  padding: 82px 0 40px;
}
.dz-page .dz-top .intro {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin: 21px 0 73px;
}
.dz-page .dz-top img {
  margin: 0 auto;
}
.dz-page {
  padding: 0;
}
.dz-page .cus-service{
  padding: 130px 0 108px;
  background: #e2e2e2;
}
.dz-page .cus-service .dz-tit{
  margin-bottom: 19px;
}
.dz-page .cus-service p{
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 90px;
}
.dz-page .cus-contact{
  height: 273px;
  background: url(../images/cus-contact-pic.jpg) no-repeat center;
  padding-top: 54px;
  overflow: hidden;
}
.dz-page .cus-contact .dz-tit{
  color: #fff;
}
.dz-page .cus-contact p{
  color: #fff;
  font-size: 23px;
  font-weight: bold;
}
.dz-page .cus-contact p span:last-child{
  margin-left: 72px;
}
.dz-page .dz-body {
  padding: 51px 0 110px;
  background: #f0f0f0;
}
.dz-page .dz-tit {
  color: #000000;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 53px;
}
.dz-page .dz-body .last-num .icon,
.dz-page .dz-body .last-num input {
  float: left;
  height: 19px;
  text-align: center;
  line-height: 19px;
}
.dz-page .dz-body .last-num .icon {
  margin-right: 0!important;
  width: 19px;
  font-size: 12px;
  color: #fff;
  background: #b6b6b6;
}
.dz-page .dz-body .last-num input {
  border: 1px solid #7d7d7d;
  background: #f0f0f0;
  color: #202020;
  font-size: 16px;
  -moz-appearance: textfield;
}
.dz-page .dz-body .last-num input::-webkit-outer-spin-button,
.dz-page .dz-body .last-num input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.dz-page .dz-body .dz-left-box {
  width: 48.4%!important;
  background: #fff;
}
.dz-page .dz-body .dz-left-box .dz-gallery img {
  width: 100%;
  display: none;
}
.dz-page .dz-body .dz-left-box .dz-gallery img:first-child {
  display: block;
}
.dz-page .dz-body .dz-left-box .select-box {
  padding: 31px 22px 0 27px;
}
.dz-page .dz-body .dz-left-box .select-box .sel-tit {
  color: #202020;
  font-size: 18px;
  margin-bottom: 19px;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  margin-bottom: 19px;
  cursor: pointer;
  color: #c7c7c7;
  font-size: 15px;
  float: left;
  width: 31.47%;
  margin-right: 2.79%;
  height: 49px;
  line-height: 49px;
  text-align: center;
  border: 1px solid #c7c7c7;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li:nth-of-type(3n) {
  margin-right: 0;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li:hover,
.dz-page .dz-body .dz-left-box .select-box .sel-list li.active {
  color: #d81e06;
  border-color: #d81e06;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li > i {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li.cus-filed {
  position: relative;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li.cus-filed input {
  color: #c7c7c7;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
  background: none;
  outline: none;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li.cus-filed input:focus {
  border: 1px solid #d81e06;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li.cus-filed ::-webkit-input-placeholder {
  color: #c7c7c7;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li.cus-filed :-moz-placeholder {
  color: #c7c7c7;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li.cus-filed ::-moz-placeholder {
  color: #c7c7c7;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li.cus-filed :-ms-input-placeholder {
  color: #c7c7c7;
}
.dz-page .dz-body .dz-left-box .select-box .dz-color {
  margin: 10px 0 41px;
}
.dz-page .dz-body .dz-left-box .settlement-box {
  padding: 0 22px 28px 27px;
}
.dz-page .dz-body .dz-left-box .settlement-box .item {
  padding: 0;
}
.dz-page .dz-body .dz-left-box .settlement-box .last-price span {
  color: #000000;
  font-size: 18px;
  margin-right: 6px;
}
.dz-page .dz-body .dz-left-box .settlement-box .last-price strong {
  color: #d81e06;
  font-size: 26px;
  font-weight: 500;
}
.dz-page .dz-body .dz-left-box .settlement-box .add-to-list {
  width: 31.2%;
}
.dz-page .dz-body .dz-left-box .settlement-box .add-to-list button {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  cursor: pointer;
  outline: none;
  height: 47px;
  line-height: 47px;
  width: 100%;
  background: #d81e06;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #fff;
  font-size: 18px;
}
.dz-page .dz-body .dz-left-box .settlement-box .add-to-list button:hover {
  background: #222;
}
.dz-page .dz-body .dz-right-box {
  padding-left: 4.9%!important;
}
.dz-page .dz-body .dz-right-box .inner-box {
  height: 100%;
  background: #fff;
}
.dz-page .dz-body .dz-right-box .inner-box .r-tit {
  line-height: 84px;
  background: #474747;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.dz-page .dz-body .dz-right-box .inner-box .last-table {
  padding-top: 29px;
  text-align: center;
}
.dz-page .dz-body .dz-right-box .inner-box .last-table input[type="checkbox"] {
  width: 16px;
  height: 16px;
  outline: none;
}
.dz-page .dz-body .dz-right-box .inner-box .last-table .t-head > .column {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
}
.dz-page .dz-body .dz-right-box .inner-box .last-table .last-list {
  margin-top: 22px;
  padding-top: 25px;
  overflow-y: auto;
  height: 420px;
}
.dz-page .dz-body .dz-right-box .inner-box .last-table .last-list .one-box {
  margin-bottom: 49px;
}
.dz-page .dz-body .dz-right-box .inner-box .last-table .last-list .one-box > .column {
  color: #000000;
  font-size: 18px;
}
.dz-page .dz-body .dz-right-box .inner-box .last-table .last-list .one-box > .column .last-num {
  display: inline-block;
}
.dz-page .dz-body .dz-right-box .inner-box .last-table .last-list .one-box > .column.t_del .icon {
  cursor: pointer;
}
.dz-page .dz-body .dz-right-box .inner-box .total-price {
  padding: 0 16px 0 12px;
  margin-top: 66px;
}
.dz-page .dz-body .dz-right-box .inner-box .total-price span {
  vertical-align: middle;
  color: #000000;
  font-size: 18px;
  display: block;
  border-bottom: 1px dashed #d7d7d7;
  padding-bottom: 14px;
  padding-left: 5px;
}
.dz-page .dz-body .dz-right-box .inner-box .total-price span em {
  color: #d81e06;
  font-size: 26px;
  display: inline-block;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form {
  margin-top: 20px;
  padding: 0 16px 0 17px;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .grid.two.column {
  margin: 0 0 7px 0!important;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .grid.two.column .ipt-txt,
.dz-page .dz-body .dz-right-box .inner-box .dz-form .grid.two.column .ipt-ipt input {
  height: 32px;
  line-height: 32px;
  color: #5a5a5a;
  font-size: 18px;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .grid.two.column .ipt-txt {
  background: #dbdbdb;
  padding-left: 16px!important;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .grid.two.column .ipt-ipt input,
.dz-page .dz-body .dz-right-box .inner-box .dz-form .grid.two.column .ipt-ipt textarea {
  display: block;
  width: 100%;
  border: none;
  background: #f0f0f0;
  outline: none;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .grid.two.column .ipt-ipt input {
  padding: 0 15px;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .grid.two.column.ipt-area .ipt-txt,
.dz-page .dz-body .dz-right-box .inner-box .dz-form .grid.two.column.ipt-area .ipt-ipt textarea {
  height: 78px;
  line-height: normal;
  padding: 8px 15px!important;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .grid.two.column.ipt-area .ipt-ipt textarea {
  resize: none;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .f-sub {
  margin-top: 19px;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .f-sub p.fl {
  margin-top: 5px;
  width: 70%;
  color: #d4d4d4;
  font-size: 16px;
  line-height: 18px;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .f-sub input[type="submit"] {
  cursor: pointer;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  height: 47px;
  background: #d81e06;
  width: 26%;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: none;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .f-sub input[type="submit"]:hover {
  background: #222;
}

.news-page h3{
font-size:30px;
color:#ff6d19;
margin:-10px 0px 0px 0px;
border:0px solid #ddd;
}
.news-page h3 hr{
border:1px solid #ddd; width:100%; margin-bottom:24px;
}

.news-page .newslist li {
  padding: 20px 10px 30px 0px;
  border-bottom: 1px dotted #ddd;
  margin-bottom:20px;
	display:inline-block;
	width:100%;
}
.news-page .newslist li .new-l {
	width:30%;
	float:left;
}
.news-page .newslist li .new-r {
  width: 70%;
	display:inline-block;
	padding-left:25px;
}
.news-page .newslist li .new-r h3 {
  font-size: 18px;
  padding-top:10px;
  font-weight: 600;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.news-page .newslist li .new-r h3 a {
  color: #555;
  font-size: 18px;
}
.news-page .newslist li .new-r i.new-update,
.news-page .newslist li .new-r p.new-abst {
  color: #777;
  font-size: 14px;
}
.news-page .newslist li .new-r i.new-update {
  display: block;
  margin: 10px 0;
}
.news-page .newslist li .new-r p.new-abst {
  line-height:22px;
  font-size: 15px;
}
.news-page .newslist li .new-r:hover h3 a {
  color: #01319d;
}
.newdet-page .news {

}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size:30px;
  text-align: center;
  color: #ff6d19;
}
.newdet-page .news .news_date {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  font-size: 14px; 
}
.newdet-page .news .news_abst p {
  display: inline-block;
  line-height:18px; 
}
.newdet-page .news .news_contents {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dotted #ddd;
  padding: 20px 0;
}
.newdet-page .news .news_contents a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
  margin-bottom:20px;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #444;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #ff660c;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  padding: 0;
}
.contact-page .c-list-box {
  padding: 68px 0 112px;
  background: #f9f9f9;
}
.contact-page .c-list-box .tit {
  color: #000000;
  font-size: 48px;
  margin-bottom: 86px;
}
.contact-page .c-list-box .c-name {
  color: #676767;
  font-size: 30px;
	font-weight: bold;
	font-family: Rubik-Regular;
  margin-bottom: 38px;
}
.contact-page .c-list-box .info {
  line-height: 30px;
  margin-top: 24px;
  font-size: 18px;
  color: #676767;
}
.contact-page .c-list-box .info .add {
  display: block;
  margin-bottom: 40px;
}
.contact-page .c-list-box .info .fa {
  color: #a0a0a0;
  margin-right: 16px;
  font-size: 20px;
  width: 20px;
  text-align: center;
}
.contact-page .c-list-box .info a {
  color: #676767;
}
.faq-page .faq-list dt {
  color: #000000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.faq-page .faq-list dd {
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}
.cn-form {
  width: 100%;
  height: auto;
  padding: 35px 45px 25px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 600;
  line-height: 23px;
  color: #444;
  text-align: center;
  padding-bottom: 18px;
  background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
  margin-bottom: 13px;
  color: #444;
}
.cn-form li label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.cn-form .btnTjly {
  font-size: 15px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  width: 100%;
  height: 38px;
  background: #e6212a;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .btnTjly:hover {
  background: #000;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 237px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.recommend-product {
  margin: 50px 0;
}
.recommend-product ul li {
  float: left;
  width: 23%;
  margin-left: 2.6%;
}
.recommend-product ul li p {
  color: #222;
  margin-top: 8px;
  text-align: center;
}
.recommend-product ul li:first-child {
  margin-left: 0;
}
.zoom-box {
  position: relative;
}
.zoom-box .pic-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
  opacity: 1;
  filter: alpha(opacity=1);
}
.zoom-pic {
  overflow: hidden;
}
.zoom-pic img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.zoom-pic img:hover {
  transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
  position: relative;
}
.white-zoom:after {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  content: '';
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .around-line > li {
    float: left;
    position: relative;
    cursor: pointer;
  }
  .around-line > li > a {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .around-line > li:before,
  .around-line > li:after {
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    position: absolute;
  }
  .around-line > li:before {
    top: 0;
    left: 0;
    right: 100%;
    bottom: 100%;
    border-top: 1px solid rgba(0, 148, 217, 0.8);
    border-left: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:after {
    right: 0;
    bottom: 0;
    top: 100%;
    left: 100%;
    border-bottom: 1px solid rgba(0, 148, 217, 0.8);
    border-right: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:hover:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li:hover:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.m-page {
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #d81e06;
  margin-top: 38px;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  margin: 0 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  letter-spacing: normal;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child,
.m-page a:last-child {
  background-image: url(../images/m-page-arr-r.png);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #cdcdcd;
  box-shadow: none;
}
.m-page a:first-child {
  background-image: url(../images/m-page-arr-l.png);
}
.m-page a:hover {
  color: #fff;
  background-color: #01319d;
}
.m-page a:active {
  background: #01319d;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #01319d;
}
.fbTop .screenshot,
.screenshot_form{
  display: none!important;
}
/*
.logo a img {
  width: auto;
  height: auto;
  max-width:65%;
  display: block;
}*/



.tab-tab  table td{border: 1px solid #f7f7f7;
  line-height: 1.5em;
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;}
.tab-tab table{
  border: 1px solid #f7f7f7;

}

#test-video,
.video-layer{
  position: fixed;
  display: none;
}
#test-video{
  width: 690px;
  height: 400px;
  top:30%;
  left: 50%;
  margin-left: -345px;
  z-index: 1001;
}
.video-layer{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background:rgba(0,0,0,.8);
  z-index: 1000;
}
.video-box img{
  cursor: pointer;
}
.pp_gallery ul a img{
  width: 50px;
}
a.pp_previous,
a.pp_next,
#hoverNav a{
  transition: 0s;
}


.about-tab .a {    font-size: 30px;}



.i-scroll-bar {
/*   padding-bottom: 98px; */
  /*background:#f3f3f3;*/
}
.i-scroll-bar .head-box {
  margin-bottom: 75px;
}
.i-scroll-bar .head-box .tab-arr {
  margin-top: 31px;
}
.i-scroll-bar .head-box .tab-arr .fa,
.i-scroll-bar .head-box .tab-arr a {
  display: inline-block;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background: #000;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.i-scroll-bar .head-box .tab-arr .fa:hover,
.i-scroll-bar .head-box .tab-arr a:hover {
  background: #01319d;
}
.i-scroll-bar .head-box .tab-arr .fa {
  margin-right: 5px;
  width: 42px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  position: relative;
  top: 0;
}
.i-scroll-bar .head-box .tab-arr a {
  padding: 0 37px;
  color: #fff;
  font-size: 16px;
}
.i-scroll-bar .scroll-box {
  margin: -10px;
}
.i-scroll-bar .scroll-box li {
  width: 338px;
  padding: 10px;
}

.i-scroll-bar .scroll-box li .con-box a:hover {
  color: #ffffff!important;
}
.i-scroll-bar .scroll-box li .con-box .tit a {
  display: block;
  color: #000000;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-scroll-bar .scroll-box li .con-box .abst {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  margin: 21px 0 27px;
}
.i-scroll-bar .scroll-box li .con-box .more {
  color: #000000;
  font-weight: bold;
}



.wpulike.wpulike-default{
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
  display: block;
}
.post-views-box{
  position: relative;
  margin: -50px 0 0 100px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png)!important;
  filter: none;
}
.wpulike{
  z-index: 10;
}
.wpulike.post-views-box{
  z-index: 5;
}


.nivo-directionNav{
  display: none;
}
.spinner {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #333;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
    }
}
.button-group .button {
  background-color:#01319d !important;
}

.about-article p{
  font-size: 14px;
  line-height: 29px;
  margin-bottom: 10px;
}

.about-article h4{
  font-size: 20pt;
}

.about-article p strong{
  font-size: 16px;
}

.side-contact .add{

  font-size: 14px;
}
.con{background: #f8f8f8;}

.init-5 .app-list{
  margin-top: 107px;
}
.init-5 .app-list>div .the_pic img{
  width: 100%;
}
.init-5 .app-list>div .the_con{
  padding: 0 105px 0 72px;
}
.init-5 .app-list>div .layout-tab{
  height: 100%;
}
.init-5 .app-list>div .the_con .tit{
  color: #363636;
  font-size: 29px;
  line-height: 43px;
}
.init-5 .app-list>div .the_con .intro{
  margin-top: 35px;
  color: #363636;
  line-height: 24px;
  font-size: 14px;
}
.about-article h3 { font-size: 26px;
  text-align:center;
  font-weight: bold;
}

.about-article p { font-size: 14x;
  /*text-align:center;*/
}


.about-article h4 { font-size: 16px;
  text-align:center;
  font-weight: bold;
}

.about-article h5 { font-size: 14px;
  text-align:center;
  font-weight: bold;
}
@media screen and (max-width: 1000px){
  .inner-page .grid > .sideBar.wide.column {
    display: none;
  }
  .inner-page .grid > .page-rightBar.wide.column {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .cat-box .return {
    font-size: 24px;
  }
  .i-scroll-bar .scroll-box li .con-box .tit a {
    font-size: 18px;
    margin-top: 5px;
  }
  .about-page .a-factory .bot-box li .con-box .more {
    margin-top: 5px;
  }
  .inner-page .inner-tit {
    font-size: 30px;
  }
  .product-page.lg-page {
    padding-bottom: 30px;
  }
  .prodet-page .prodet-top .prodet-box-one,
  .prodet-page .prodet-top .prodet-pic {
    width: 100%;
    float: none;
  }
  .prodet-page .prodet-top .prodet-pic {
    text-align: center;
  }
  .prodet-page .prodet-top .prodet-pic img {
    width: auto;
    margin: 0 auto;
  }
  .prodet-page .prodet-tit {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .prodetFeedback .ptForm .fbBot {
    margin-bottom: 50px;
  }
  .contact-page .c-list-box .tit {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .inner-banner .inner-tit {
    font-size: 38px;
  }

}

@media screen and (max-width: 700px){
  .inner-banner {
    height: 260px;
    padding-top: 100px;
  }
  .inner-banner .inner-tit {
    font-size: 28px;
  }
  .inner-banner .bread-crumbs a, .inner-banner .bread-crumbs span {
    font-size: 12px;
  }
  .about-article p {
    font-size: 12px;
    line-height: 24px;
  }
  .about-page .a-factory {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .prodetFeedback .ptForm .fbTop li {
    width: 100%;
    padding-top: 10px;
  }
  .prodetFeedback .ptForm .fbTop li input {
    height: 40px;
  }
  .prodetFeedback .ptForm .fbBot textarea {
    height: 120px;
  }
  .prodetFeedback .ptForm .fbBot textarea:focus {
    height: 120px;
  }
  .prodetFeedback .ptForm .fbBot .yzm-box input {
    max-width: 200px;
    height: 40px;
  }
  .prodetFeedback .ptForm {
    margin-top: 40px;
  }
  .prodet-page .prodet-tit {
    font-size: 20px;
  }
  .prodetFeedback {
    padding: 40px 0;
  }
  .news-page .newslist li .new-r h3 a {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 43px;
  }
  .news-page .newslist li .new-r p.new-abst {
    font-size: 12px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .newdet-page .news .news_title h1 {
    font-size: 16px;
  }
  .newdet-page .news .news_abst,.newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    font-size: 12px;
  }
  .newdet-page .news .news_next a {
    font-size: 12px;
    line-height: 18px;
  }
  .contact-page .c-list-box .tit {
    font-size: 24px;
  }
  .contact-page .c-list-box .c-name {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .contact-page .c-list-box .info {
    font-size: 13px;
    line-height: 24px;
  }
  .button-group .button#zh_en {
    display: none !important;
  }

}
.about-page table td,
.about-page table,
.about-page table tr{
    border:none;
}
.about-page table td a{
    display:inline-block;
    padding: 10px 20px;
   border: 1px solid #666;
}


#x_product_title{
overflow:hidden;
font-size:18px;
text-align:center;
line-height:24px;
width:100%;
padding:15px 0px;
color:#444;
}
#x_productdetail_title{
font-size:26px;
padding:0px 0px 10px 0px;
color:#ff660c;
margin-bottom:20px;
font-weight:normal;
border-bottom:1px solid #ddd;
}

a.button_2:link,a.button_2:visited{
	display:block;
	margin:20px auto 0px 0px;
	width:140px;
	height:35px;
	line-height:35px;
	
	border-radius:0px;
	font-weight:normal;
	cursor:pointer;
	text-align:center;
	letter-spacing:0px;
	font-size:14px; text-indent:0px;
	background-color:#ff660c;
	color:#FFf;
}
a.button_2:hover{
border:1px solid #ff660c;
	color:#ff660c;
	text-decoration: none;
	background-color:#fff;
	font-size:14px;border-radius:0px;
	text-align:center;
}

a.button_3:link,a.button_3:visited{
	display:block;
	margin:20px auto 0px auto;
	width:140px;
	height:35px;
	line-height:35px;
	
	border-radius:0px;
	font-weight:normal;
	cursor:pointer;
	text-align:center;
	letter-spacing:0px;
	font-size:14px; text-indent:0px;
	background-color:#ff660c;
	color:#FFf;
}
a.button_3:hover{
border:1px solid #ff660c;
	color:#ff660c;
	text-decoration: none;
	background-color:#fff;
	font-size:14px;border-radius:0px;
	text-align:center;
}



